efi_loader: simplify efi_search
authorHeinrich Schuchardt <[email protected]>
Thu, 26 Oct 2017 17:25:55 +0000 (19:25 +0200)
committerAlexander Graf <[email protected]>
Fri, 1 Dec 2017 12:22:56 +0000 (13:22 +0100)
commit42cf12420b0e5664fa118f3d19e153f48740664b
tree0e4de475678582eae395e61671a3baa7dea7afa7
parent1202530d221936604e847fd7ce4bf8d8039d589b
efi_loader: simplify efi_search

Use helper function efi_search_protocol in efi_search.
Add missing comments.
Put default handling into default branch of switch statement.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_boottime.c